home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / frexxed.fpl < prev    next >
Text File  |  1996-03-10  |  441b  |  13 lines

  1. ExecuteFile("FrexxEdMain.FPL");
  2. ExecuteFile("Menu.FPL");
  3. ExecuteFile("ExtraIO.FPL");
  4. ExecuteFile("Window.FPL"); /* multi-window support functions */
  5. ExecuteFile("SameName.FPL");
  6. ExecuteFile("QueryKillChanges.FPL");
  7. ExecuteFile("MacroIO.FPL");
  8. ExecuteFile("FMC.FPL");
  9.         /* This file contains the execution of your FPL files */
  10. ExecuteFile("User.FPL");
  11.         /* Execute files and load macros from 'FrexxEd:Startup/' */
  12. ExecuteFile("Startup.FPL");
  13.